github.com/klauspost/compress/zstd.frameDec.crc (field)
7 uses
github.com/klauspost/compress/zstd (current package)
decoder.go#L550: d.frame.crc.Write(d.current.b)
framedec.go#L18: crc *xxhash.Digest
framedec.go#L226: if d.crc == nil {
framedec.go#L227: d.crc = xxhash.New()
framedec.go#L229: d.crc.Reset()
framedec.go#L306: got := uint32(d.crc.Sum64())
framedec.go#L405: d.crc.Write(dst[crcStart:])
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |